home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
GRAPTIES
/
MULTIMD3.LZH
/
EXAMPLE4.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-07-06
|
4KB
|
142 lines
echo off
:
: This should give you a template to create your own MULTIMEDIA 1 menu system.
:
: Two handy batch file tips.
: 1. a colon and a space makes for a time-saving comment.
: 2. ECHO followed by a "." will echo a blank line.
: REFER TO MANUAL.EXE FOR MORE INFORMATION.
:menu_again
textmode
SHOW-WIN MENU.PCX
KEY 123456789Q
IF ERRORLEVEL 10 GOTO QUIT
IF ERRORLEVEL 9 GOTO MENU9
IF ERRORLEVEL 8 GOTO HELP
IF ERRORLEVEL 7 GOTO MENU7
IF ERRORLEVEL 6 GOTO MENU6
IF ERRORLEVEL 5 GOTO MENU5
IF ERRORLEVEL 4 GOTO MENU4
IF ERRORLEVEL 3 GOTO MENU3
IF ERRORLEVEL 2 GOTO MENU2
IF ERRORLEVEL 1 GOTO MENU1
goto menu_again
:MENU1
SAY THANKYOU
call example3
goto menu_again
:MENU2
SAY THANKYOU
call example1
goto menu_again
:MENU3
SAY THANKYOU
call example2
goto menu_again
:MENU4
SAY THANKYOU
textmode
steps
clr-text
goto menu_again
:MENU5
SAY THANKYOU
textmode
editor
goto menu_again
:MENU6
SAY THANKYOU
CALL IP-MENU
goto menu_again
:MENU7
SAY THANKYOU
textmode
call play
clr-text
goto menu_again
:HELP
SAY THANKYOU
textmode
MANUAL
clr-text
goto menu_again
:MENU9
SAY THANKYOU
textmode
echo.
echo Please enter the file name of your MULTIMEDIA 1 CREATION.
echo.
echo Type EXIT to return to the MAIN MENU.
COMMAND
goto menu_again
:QUIT
SAY BYE
scroll down
register
clr-text
ECHO.
ECHO ╔══════════════════════════════════════════════════════════════════════════╗
ECHO ║ This is an unregistered copy of MULTIMEDIA 1, for EVALUATION ONLY. ║
ECHO ║ IF YOU CONTINUE TO USE THIS PACKAGE, PLEASE .... ~~~~~~~~~~~~~~~ ║
ECHO ║ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ║
ECHO ║ Send CHECK or M.O. for $59 to: ╔════════════════════════╗ ║
ECHO ║ C.M.S. INC ~~~ ║ Call toll free ║ ║
ECHO ║ 3005 Glenmore Ave. ║ 1-800-847-0309 ║ ║
ECHO ║ Balto. MD 21214 ║ for CREDIT CARD orders.║ ║
ECHO ║ ╚════════════════════════╝ ║
ECHO ║ ║
ECHO ║ Within 2 weeks, you will receive the registered version of this new ║
ECHO ║ innovative package with OVER 1 MEG. OF SPEECH AND MUSIC, THE COMPLETE ║
ECHO ║ IMAGE PROCESSOR, SVGA DISPLAY CAPABILITY, A WIDE ASSORTMENT OF ADVANCED ║
ECHO ║ COMMANDS, TECHNICAL SUPPORT, ON DISK MANUAL and a FREE 2nd. PROGRAM. ║
ECHO ║ ║
ECHO ║ Your support will allow us to continue to develop MULTIMEDIA software ║
ECHO ║ for your applications. We have worked 93 weeks in the development ║
ECHO ║ of MULTIMEDIA 1, please support our products by sending in your ║
ECHO ║ registration fee. You will receive a top quality package. ║
ECHO ║ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ║
ECHO ║ ** $59.00 IS A SMALL PRICE TO PAY FOR A PACKAGE WITH THIS CAPABILITY. ** ║
ECHO ╚══════════════════════════════════════════════════════════════════════════╝
DELAY
SAY REGISTER
ECHO Press Shift Print Scrn to print this page or Press any key to continue.
KEY
echo.
echo This package is part of our complete line of speech products for EDUCATIONAL,
echo BUSINESS, COMEDY, ENTERTAINMENT and PROGRAMMING applications, refer to
echo DOCUMENT.EXE for more information.
echo.
delay
echo *** THANK YOU FOR YOUR SUPPORT ***
echo.
echo Type MENU to restart MULTIMEDIA 1
echo.